a {

	color: inherit;

	text-decoration: none;

	cursor: pointer;

}





.footer {

	padding: 65px 0 70px 0px;

	background: #333;
}



.footer .inwrap {
	width: 1600px;
	height: 109px;
	margin: 0 auto;
}



.footer .inwrap .logobox {

	float: left;

	width: 185px;

	padding: 7px;

}



.footer .inwrap ul {

	padding: 8px 0;

	font-size: 14px;

	line-height: 14px;

	color: #fff;
}



.footer .inwrap .textbox {
	float: left;
	margin-left: 220px;
	margin-top: 24px;
	height: 100%;
}



.footer .inwrap ul li {

	border-right: 1px solid #fff;

	float: left;

	margin-right: 10px;

	color: #fff;
}



.footer .inwrap ul li a {

	padding-right: 10px;

	color: #fff;
}



.footer .inwrap ul li:last-child {

	border: none;

}



.footer .inwrap .sharebox {

	padding: 30px 0;

	float: right;

	position: relative;
}



.footer .inwrap .sharebox .ewm {

	position: absolute;

	width: 150px;

	left: -170px;

	top: 50%;

	margin-top: -75px;

}



.footer .inwrap .sharebox .share {

	float: left;

	background: #333333;

	transition: all .15s ease;

}



.footer .inwrap .sharebox .share:nth-child(2) {

	background: url(../images/index-20.png) no-repeat;

	margin-right: 20px;

}



.footer .inwrap .sharebox .share:hover {

	background: url(../images/index-20.png) no-repeat;

}



.footer .inwrap .sharebox .share:last-child {

	margin-right: 0;

}



.footer .inwrap .beian {

	font-size: 14px;

	line-height: 30px;

	color: #fff;
}

.footer .inwrap .sharebox img.ewm.weixing {
	left: -151px;
	top: 80%;
}

.footer .inwrap .sharebox img.ewm.shouji {
	left: -325px;
	top: 80%;
}

.weixinggongzhonghao {
	position: absolute;
	left: -110px;
	top: 140px;
	color: #fff;
}

.shoujibanwangzhan {
	position: absolute;
	left: -283px;
	top: 140px;
	color: #fff;
}

@media screen and (max-width:414px) {  
	.footer {
		padding: 30px 0 100px 0px;
	}

}